PrintDocument for WinForms
FindIndex(Int32,Int32,Predicate<RenderObject>) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectList クラス > FindIndex メソッド : FindIndex(Int32,Int32,Predicate<RenderObject>) メソッド
シンタックス
'宣言
 
Public Overloads Function FindIndex( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal match As System.Predicate(Of RenderObject) _
) As System.Integer
'使用法
 
Dim instance As RenderObjectList
Dim startIndex As System.Integer
Dim count As System.Integer
Dim match As System.Predicate(Of RenderObject)
Dim value As System.Integer
 
value = instance.FindIndex(startIndex, count, match)
public System.int FindIndex( 
   System.int startIndex,
   System.int count,
   System.Predicate<RenderObject> match
)

パラメータ

startIndex
count
match
参照

RenderObjectList クラス
RenderObjectList メンバ
オーバーロード一覧